由买买提看人间百态

topics

全部话题 - 话题:
(共0页)
c*****t
发帖数: 1879
1
来自主题: Programming版 - XSL question
Finally figured out the solution, just a bunch of trials and guesses :)












...


a>
b**l
发帖数: 63
2
来自主题: XML版 - Help! About XSL.
In XML, I have

...

http://bbs.mit.edu
Unknow Space

...

I want to have
http://bbs.mit.edu">Unknow Space
In XSL, I used
...

">



...
It doesn't work.
Who know the answer? Thanks!
r***e
发帖数: 38
3
来自主题: XML版 - Help! About XSL.
hehe, I think breeze means your tag is not closed.
I am new to xml, but i happened to read sth might help you
The IE5 doesn't support XSL perfectly, for attribute template
you have to use sth like this:


try it.
k****o
发帖数: 58
4
来自主题: XML版 - Help! About XSL.
You should use xsl:attribute like below.


select="linkurl"/>



b****e
发帖数: 1275
5
first of all you didn't post all your code.. which is not
very good if you want help..
but anyway.. change your xsl:for-each line to:



should solve this
s***h
发帖数: 88
6
来自主题: XML版 - xsl里如何表示空格?
< xsl:value-of select="' '"/ >
heheheheh.............

b****e
发帖数: 1275
7
来自主题: XML版 - 急!问个最初纪问题
you need two files.. an xml file and an xsl file
test.html



XML datea

xml_t.xsl (place in same dir)

http://www.w3.org/TR/WD-xsl">











t*******y
发帖数: 57
8
来自主题: XML版 - 截取xml几个Item显示
如果你用xmlspy写的话,可以用stylesheet 添加condition
具体也就是之类的东西来控制,偶一般用xmlspy来做
自己研究研究就行了.
b****e
发帖数: 1275
9
来自主题: XML版 - XSL question..
if i have an xml element like
Yes|No
that I want to convert to the following html

how can i do that in xsl?
thanks..
(共0页)